@charset "utf-8";

p.绿色文本框{
	text-indent: 0em !important;
	color: #7da33c;
	background: #ecf2d6 url('images/wpgo_sc_notice.png') -1px -1px no-repeat;
	border: 1px solid #aac66d;
	overflow: hidden;
	margin: 10px 0;
	padding: 15px 15px 15px 35px;
}
p.红色文本框{
	text-indent: 0em !important;
	color: #c66;
	background: #ffecea url('images/wpgo_sc_error.png') -1px -1px no-repeat;
	border: 1px solid #ebb1b1;
	overflow: hidden;
	margin: 10px 0;
	padding: 15px 15px 15px 35px;
}
p.黄色文本框{
	text-indent: 0em !important;
	color: #ad9948;
	background: #fff4b9 url('images/wpgo_sc_warn.png') -1px -1px no-repeat;
	border: 1px solid #eac946;
	overflow: hidden;
	margin: 10px 0;
	padding: 15px 15px 15px 35px;
}
p.灰色文本框{
	text-indent: 0em !important;
	color: #777;
	background: #eaeaea url('images/wpgo_sc_tips.png') -1px -1px no-repeat;
	border: 1px solid #ccc;
	overflow: hidden;
	margin: 10px 0;
	padding: 15px 15px 15px 35px;
}
p.蓝色标题{
	text-indent: 0em !important;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	margin: 10px 0;
	padding: 5px 10px;
	background-color: #169FE6;
	display: inline-block;
}
p.蓝色标题:after{
	text-indent: 0em !important;
	background-color: #169FE6;
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	content: "";
	width: 100%;
}
p.普通标题{
	text-indent: 0em !important;
	margin: 10px 0;
	padding: 10px 15px;
	background: #FFF;
	border: 1px solid #E3E3E3;
	border-left: 3px solid #3DABCE;
}